The following lists direct links to pages in this help file that contain easy-to-follow code examples.
Use Start and Marshal to work asynchronously in a Windows Forms application
Starting an agent that receives and responds to SNMP queries (sets, gets, etc)
Responding to a Get request for a value maintained outside of Agent.Variables
Populating a specific table with a pre-defined method
Populating an arbitrary table from a 2d string array on a local agent
Populating an arbitrary table from a 2d string array on a remote agent from a manager
Listening for notifications (traps and informs), and responding to informs
Sending a Get request and receiving the response
Sending a Set request and receiving the response
Sending a Get request for an object defined in a MIB loaded at runtime
Sending a Get request for an object defined in a Mib code file
Sending a Get request in a single-threaded application (demonstrates basics of single-threaded use)
Discovering agents on your network with a broadcast Get request
Sending a GetNext request and receiving the response
Sending a GetBulk request and receiving the response
Sending a Trap defined in a loaded MIB
Logging requests sent and responses received using the EncodedMessage property
Logging messages using the Log event
Getting an SNMP table using the GetTable method that utilizes GetNext requests
Getting an SNMP table using the GetTable method that utilizes GetBulk requests
Walking an agent from a specified OID
Manually walking an agent using GetNext requests
Adding variables to an agent's Variables collection
Adding a v3 user to an agent's Authoritative Engine